-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(discovery): discovery port name/number options for v1betav2 #733
Conversation
/build_test |
LGTM but let's wait for Elliott since he's more familiar with the beta2 API and webhooks etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @tthvo, thanks for taking care of this! There's just a couple more conversion-related tasks to do here.
/build_test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks again
* feat(discovery): discovery port name/number options for v1betav2 * fix(conversion): add missing conversion to betav1
…ostatio#733) * feat(discovery): discovery port name/number options for v1betav2 * fix(conversion): add missing conversion to betav1
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Related to #725
Related to #721
Description of the change:
Added discovery port name/number options to CRD
v1betav2
. Also, cryostat3 is going to change its behavior for these port name/number env var (cryostatio/cryostat#238 (comment)). I will save it for another PR after #727Motivation for the change:
Missing equivalent specs in
v1betav2
for discovery port name/number option.